Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSpanCellXPosition<TPositionMode> Class / Offset Property


In This Topic
    Offset Property (NSpanCellXPosition<TPositionMode>)
    In This Topic
    Gets or sets the offset applied to the originally calculated position. By default set to zero.
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Double
    'Usage
     
    
    Dim instance As NSpanCellXPosition(Of TPositionMode)
    Dim value As System.Double
     
    instance.Offset = value
     
    value = instance.Offset
    public System.double Offset {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also